Create a Tenant
{ createTenants }
Adds one or more new tenants to the system from a list. Tenants are relevant for multi-tenant deployments.
Method
/API/admin/createTenants
NOTE: API 1.0 methods are now deprecated. Use API 2.0 methods instead
Input Parameters
Name
data
Object Type
Description
The tenant object contains all relevant meta-data for the tenant.
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
The tenant object contains all relevant meta-data for the tenant. Note that the response is returned as a list of items of this object type.
Notes
Please see admin help on multi-tenant deployments. Requires Enterprise Admin rights